home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 5
/
Amiga Plus Sonderheft 1996 #5.iso
/
programme
/
povray
/
font-4d-demo_v2.2
/
getfont4drexx.mrx
< prev
next >
Wrap
Text File
|
1995-01-15
|
317b
|
23 lines
/*
** This script shows how to obtain a list
** of an applications ARexx commands.
*/
options results
address 'FONT4D.1'
/* read the list into a temporary file */
'help t:_tmp'
/* type the file to stdout */
address command "type t:_tmp"
/* delete the temporary file */
address command "delete >nil: t:_tmp"